Welcome![Sign In][Sign Up]
Location:
Search - linux c makefile

Search list

[Develop ToolsGUN-Makefile

Description: linux C函数 linux C函数
Platform: | Size: 916834 | Author: 小葛 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Program docMakefile使用手册

Description: linux C编程,Makefile的详细说明文档
Platform: | Size: 606220 | Author: zzpp2000 | Hits:

[Linux-Unixlinuxc函数库参考手册

Description: linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序-linuxc library reference manual on all the Linux platform under the Note function, and gives examples of procedures
Platform: | Size: 4967424 | Author: 张三 | Hits:

[Other『 技术专区 』 - 如何写makefile

Description: 在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法-in how many documents the preparation procedure makefile C introductory document for urgent use general rules
Platform: | Size: 16384 | Author: 伍的 | Hits:

[Embeded Linux9200recorder

Description: 嵌入式LINUX下的录音程序, 内含MAKEFILE,很好的参考-recording procedures, intron MAKEFILE, good reference
Platform: | Size: 4096 | Author: 陈家振 | Hits:

[Linux-Unix2324345353linux

Description: linux得一些常用命令,以及linux环境下的c编程,makefile得编写,系统内核分析-in some commands, and the Linux environment c programming, makefile in the preparation, analysis, and so on the kernel
Platform: | Size: 1326080 | Author: koning | Hits:

[Linux-UnixLinux_cmdlist

Description: 一本比较详细的LINUX命令大全,电子书,方便大家查找命令-a more detailed orders LINUX Solutions, e-books, to facilitate the Find command
Platform: | Size: 339968 | Author: 张文宾 | Hits:

[Software EngineeringlearntoMakefile

Description: Linux、Unix下makefile的详细教程,非常有用-Linux, Unix makefile detailed guidance very useful
Platform: | Size: 330752 | Author: 聂磊 | Hits:

[Linux-UnixLinux_C_rec_play

Description: Linux 下C语言播放器程序,包括makefile文件和源文件-Linux C language broadcast programs, including the makefile and source documents
Platform: | Size: 4096 | Author: 刘建国 | Hits:

[Linux-UnixFtpSvr

Description: 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the request of the management of users using MySql, (Of course, we can use other databases, but in the uCLinux inside their own changes to the designated) Thinking more clearly, suitable for Linux beginners linux c programming under the comprehensive understanding.
Platform: | Size: 870400 | Author: uruz7 | Hits:

[Embeded Linuxusb

Description: linux开发的USB驱动模版,包括一个MAKEFILE和一个C文件,非常有用。-USB driver development linux templates, including a Makefile and a C file, very useful.
Platform: | Size: 3072 | Author: fanjilin | Hits:

[Internet-Networktcp-ip

Description: Linux下的tcp和udp的服务器客户端通讯框架类,完整实例含makefile-Linux under the tcp and udp client server communications framework category, complete with examples makefile
Platform: | Size: 48128 | Author: Janferry | Hits:

[Linux-UnixMakefile

Description: Makefile中文教程pdf文档,linux环境下编程使用-Makefile Chinese Course pdf documents, linux programming environment to use
Platform: | Size: 509952 | Author: dqstar | Hits:

[uCOSucos_ii-linux

Description: GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。-GCC under microC/OS-II development platform, including microC/OS-II complete source code and Shao Beibei version of the four applications book.c (Have makefile) and the associated pdf (in the extract after the Linux-test folder), suitable for beginners to learn. Inside the code have been run under Linux through.
Platform: | Size: 612352 | Author: | Hits:

[Linux-Unix05

Description: 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: | Size: 19456 | Author: qwt | Hits:

[OtherLinux

Description: Linux 作一简单介绍,然后通过讲解 Linux 上进行编程的常识以及典型场景的 演示,使大家对 Linux 上的程序开发有一个感性认识。在此基础上,重点讲述 Linux 上 C 语言编程的基本工具,包括编译器和调试器,主要是它们的重要选项和基本用法。 接下来讲述在项目组织和开发过程中非常重要的工具,即 GNU make 和 makefile。 最后讲述 diff/patch 工具。 -Linux to make a brief introduction, and then passed on the Linux program on common sense and typical scenes of the demonstration, so that everyone on the procedures for the development of Linux has a perceptual knowledge. On this basis, the focus on Linux on C language programming of the basic tools, including compiler and debugger, mainly they are an important option, and basic usage. Next on the project organization and development process a very important instrument, that is, GNU make and makefile. Finally on the diff/patch tools.
Platform: | Size: 131072 | Author: ting | Hits:

[Linux-Unix跟我一起写Makefile-陈皓

Description: 该文件可以帮助C++编程者快速的写出makefile文件。尤其在linux系统下,编写大规模系统文件,该文档的帮助很大。(This file helps C ++ programmers write out makefiles quickly. Especially in the linux system, the preparation of large-scale system files, the document is of great help.)
Platform: | Size: 428032 | Author: mengss | Hits:

[Linux-Unixlinux开发Makefile模板

Description: Linux软件Makefile模板,满足C、C++文件单独编译或混合编译要求,用户按照框架即可一键Make,生成可执行程序(Linux software Makefile template to meet C, C++ files individually compiled or mixed compilation requirements, users follow the framework to execute Make commands to generate executable programs)
Platform: | Size: 1024 | Author: 小枕头 | Hits:

[Linux driverLinux操作系统下C

Description: 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)
Platform: | Size: 509952 | Author: hnpgym | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net